projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0de73d5
)
(desktop-save): Insert the coding: tag before desktop-header.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Aug 2001 10:37:02 +0000
(10:37 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 13 Aug 2001 10:37:02 +0000
(10:37 +0000)
lisp/desktop.el
patch
|
blob
|
history
diff --git
a/lisp/desktop.el
b/lisp/desktop.el
index bbb5fa864ca214c1a5f3093290a0bc4f1c9c7b9b..4ccdaed7a94a837981f3e0b54bd71381d966d434 100644
(file)
--- a/
lisp/desktop.el
+++ b/
lisp/desktop.el
@@
-521,8
+521,8
@@
MODE is the major mode."
(set-buffer buf)
(erase-buffer)
- (insert
desktop-header
- ";; -*- coding: emacs-mule; -*-\n"
+ (insert
";; -*- coding: emacs-mule; -*-\n"
+ desktop-header
";; Created " (current-time-string) "\n"
";; Emacs version " emacs-version "\n\n"
";; Global section:\n")